home *** CD-ROM | disk | FTP | other *** search
- /* ======================================================================== */
- /* PoohWindows.h © 1994 Gregory H. Dow. All rights reserved. */
- /* ======================================================================== */
-
- #ifndef __WINDOWS__
- #include <Windows.h>
- #endif
-
- #ifndef __MENUS__
- #include <Menus.h>
- #endif
-
- OSErr AddListItem(Str255 url);
- void ClearList(void);
- void CreateWindow(Str255 fileName);
- void DestroyWindow(WindowPtr inWindow);
-
- void UpdateHackWindow(WindowPtr inWindow);
- void ActivateHackWindow(WindowPtr inWindow);
- void DeactivateHackWindow(WindowPtr inWindow);
-
- void DragHackWindow(EventRecord *inEvent, WindowPtr inWindow);
- void GrowHackWindow(EventRecord *inEvent, WindowPtr inWindow);
- void ZoomHackWindow(WindowPtr inWindow, short inDirection);
- void ClickHackWindow(EventRecord *inEvent, WindowPtr inWindow);
-
- void AdjustWindowSize(WindowPtr inWindow);
-
- void KeyHackWindow(EventRecord *inEvent, WindowPtr inWindow);